home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Demos / Tools / AppMaker / Examples / pre-built AMReminder / Procedural / MainWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-04  |  602 b   |  22 lines  |  [TEXT/MMCC]

  1. /* MainWindow.h */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. #include "Globals.h"
  5.  
  6. /*----------*/
  7. void    OpenMainWindow        (Str255        fName,
  8.                              short            vRefNum,
  9.                              short            fRefNum);
  10. void    CloseMainWindow    (void);
  11. void    ControlMainWindow    (ControlHandle    whichControl,
  12.                              short            whichPart,
  13.                              Point            where);
  14. void    MouseInMainWindow    (Point            where,
  15.                              short            modifiers);
  16. void    TypeInMainWindow    (char            ch);
  17. void    UpdateMainWindow    (void);
  18. void    ActivateMainWindow    (Boolean        activate);
  19. void    ResizeMainWindow    (void);
  20. pascal void ScrollMainWindow    (short        newValue,
  21.                                  short        oldValue);
  22.